GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / IPTCGetValueBytes Method





In This Topic
IPTCGetValueBytes Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(473)>
Function IPTCGetValueBytes( _
   ByVal ImageID As Integer, _
   ByVal TagNo As Integer, _
   ByRef Data() As Byte _
) As Integer
[DispId(473)]
int IPTCGetValueBytes( 
   int ImageID,
   int TagNo,
   ref byte[] Data
)
function IPTCGetValueBytes( 
    ImageID: Integer;
    TagNo: Integer;
   var  Data: Bytearray of
): Integer; 
DispIdAttribute(473)
function IPTCGetValueBytes( 
   ImageID : int,
   TagNo : int,
   Data : byte[]
) : int;
[DispId(473)]
int IPTCGetValueBytes( 
   int ImageID,
   int TagNo,
   ref byte[]* Data
) 
[DispId(473)]
int IPTCGetValueBytes( 
   int ImageID,
   int TagNo,
   array<byte>^% Data
) 

Parameters

ImageID
TagNo
Data
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members